home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / movie2.dir / 00047_ZoomOut.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  226 b   |  13 lines

  1. global gzoom
  2.  
  3. on mouseUp
  4.   if gzoom = 1 then
  5.     set gzoom to 0
  6.     zoomout(15, 160 + 23, 120 + 20)
  7.     set the visible of sprite 5 to 1
  8.     updateStage()
  9.     set the movieRate of sprite 15 to 1
  10.     updateStage()
  11.   end if
  12. end
  13.